home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Utilities Professional 1-1500
/
Utilities Professional 1-1500 (1994)(WPD)[!].iso
/
12511500
/
var1312.dms
/
var1312.adf
/
HP11
/
IO.H
< prev
next >
Wrap
C/C++ Source or Header
|
1991-06-11
|
665b
|
12 lines
extern int comma; /* The current comma setting : true if decimal point is a comma,
false if it is a point */
enum KeyTypes ReadKey(WORD *); /* Read a complete key sequence */
void Disp(void); /* Display the current value of X register */
void Error(int); /* Display Error n */
int GetKey(void); /* Read a key from the HP11 (waiting for its release) */
int scrpos(char *, int); /* Return position n on the liquid cristal display in string t */
int scrlen(char *); /* Return the length taken up on the screen by the string */
void DisplayLine(void); /* Display current program line */
char *NbStr(double); /* Convert number into string according to current mode */